shout3d.core
Class PostRenderEffect

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.PostRenderEffect
Direct Known Subclasses:
Panorama, ProgressiveAntialias

public abstract class PostRenderEffect
extends Node

A PostRenderEffect


Field Summary
 BooleanField enabled
           
 
Constructor Summary
PostRenderEffect()
          Constructs a default PostRenderEffect node.
 
Method Summary
 boolean applyBeforeAlphaPrimitives()
           
abstract  void filter(java.awt.Graphics offScreenGraphics, int[] surface_pixel_bits, float[] z_buffer, int deviceWidth, int deviceHeight)
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public final BooleanField enabled
Constructor Detail

PostRenderEffect

public PostRenderEffect()
Constructs a default PostRenderEffect node.
Method Detail

filter

public abstract void filter(java.awt.Graphics offScreenGraphics,
                            int[] surface_pixel_bits,
                            float[] z_buffer,
                            int deviceWidth,
                            int deviceHeight)

applyBeforeAlphaPrimitives

public boolean applyBeforeAlphaPrimitives()